* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

/* TOP LINE CSS STARTING*/
.headerup {
  display: flex;
  height: fit-content;
  justify-content: space-around;
  background-color: #f5f5f5;
}

.headerup-p {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}

.box-3 {
  display: flex;
  /* justify-content: space-around */
}

.icons-image {
  width: 28.8px;
  height: 28.8px;
  margin: 2px;
  padding: 2px;
}

.icons-image:hover {
  transform: translateY(-4px);
}

/* TOP LINE CSS ENDING*/
/* NAVBAR CSS STARTING */
.navbar {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo-image {
  width: 170px;
  height: 55.65px;
  margin-left: 30px;
  margin-top: 10px;
}

.navbar-ul {
  display: flex;
  float: right;
  list-style-type: none;
  margin-right: 20px;
  margin-block-start: 5px;
}

.navbar-a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 10px;
  line-height: 60px;
}

.navbar-a:active {
  color: rgb(0, 173, 238);
}

.navbar-a:hover {
  color: rgb(0, 173, 238);
}

.checkbtn {
  font-size: 30px;
  float: right;
  line-height: 80px;
  cursor: pointer;
  margin-right: 40px;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 900px) {
  .headerup {
    display: none;
  }

  .logo-image {
    width: 149px;
    height: 62.65px;
    margin-left: 19px;
    padding: 8px;
  }

  .navbar-a {
    color: #333333;
    font-size: 1.05rem;
    text-decoration: none;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
    padding: 10px;
    line-height: 60px;
  }
}

@media (max-width: 750px) {
  nav ul {
    position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    top: 70px;
    left: -100%;
    text-align: left;
  }

  nav ul li {
    display: block;
    width: 100%;
    line-height: 20px;
  }

  nav ul li a {
    font-size: 20px;
  }

  .checkbtn {
    display: block;
  }

  #check:checked ~ ul {
    left: 0;
  }

  .logo-image {
    width: 152px;
    height: auto;
    margin-left: 20px;
    /* padding: 20px; */
  }
}




.types {
  background-color: #fff;
  padding: 30px 0px 1px 0px;
}

.types h2 {
  font-size: 48px;
  text-align: center;
  font-family: sans-serif;
  color: #333;
}

.types hr {
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1000px) {
  .types {
    background-color: #fff;
    margin: 0px 0px -25px 0px;
    padding: 10px 0px 0px 0px;
  }
}

@media only screen and (max-width: 1000px) {
  .types h2 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    font-family: sans-serif;
    color: #333;
    margin-block-end: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .types hr {
    display: none;
  }
}

.wrap {
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 20px 0px 60px 0px;
  background-color: #fff;
}

.child {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: gainsboro 0px 0px 12px 0px;
  padding: 15px 15px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 1000px) {
  .wrap {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
  }

  .child {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: gainsboro 0px 0px 12px 0px;
    padding: 10px 10px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
  }
}

.child:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 1000px) {
  .child:hover {
    transform: scale(1);
  }
}

.child img {
  width: 320px;
  height: 200px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 300px) {
  .child img {
    width: 260px;
    height: 160px;
  }

  .child {
    padding: 8px;
  }
}

@media only screen and (max-width: 300px) {
  .child b {
    width: 200px;
  }
}

.child p {
  font-weight: 700;
  margin-bottom: 5px;
}

.child b {
  font-weight: 500;
  width: 320px;
}

.button2 {
  border-radius: 50px;
  border: 2px solid #00adee;
  background-color: #00adee;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
}

.button2:hover {
  border: 2px solid #00adee;
  background-color: #fff;
  color: #00adee;
}

@media only screen and (max-width: 1000px) {
  .fix {
    display: none;
  }
}

.cover {
  background-image: url("/images/ct_banner2.png");
  background-position: right;
  background-size: cover;
  width: 100%;
  height: 850px;
  background-attachment: fixed;
  z-index: -1;
}

.container {
  background-color: transparent;
  display: grid;
  grid-template-columns: 2fr 2fr;
}

#box2 {
  margin: 50px;
  display: flex;
  flex-direction: column;
}

.box hr {
  padding: 4px;
  background-color: #00adee;
  margin: 0px;
  width: 200px;
  top: 0px;
  margin-bottom: 20px;
  position: relative;
  bottom: 30px;
  border: none;
}

.box h2 {
  font-size: 50px;
  font-family: sans-serif;
  font-weight: 700;
  color: #fff;
}

.box p {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}

.icons2 {
  list-style-type: none;
  display: flex;
  padding: 0px;
  margin: 35px 0px;
}

.icons2 img {
  width: 65px;
  transition: all ease 0.3s;
  position: relative;
  bottom: 0px;
}

.icons2 img:hover {
  bottom: 15px;
}

.button3 {
  background-color: #00adee;
  border-radius: 99px;
  border: 2px solid #00adee;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 700;
  font-family: sans-serif;
  color: #fff;
  width: fit-content;
  transition: all ease 0.2s;
  cursor: pointer;
}

.button3:hover {
  background-color: #fff;
  color: #00adee;
}

@media only screen and (max-width: 1000px) {
  .container {
    background-color: white;
    display: grid;
    grid-template-columns: 0fr 2fr;
  }

  #box2 {
    margin: 20px;
  }

  .box hr {
    padding: 4px;
    background-color: #00adee;
    margin: auto;
    width: 200px;
    position: relative;
    top: 2px;
    margin-bottom: 30px;
  }

  .box h2 {
    font-size: 36px;
    font-family: sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 20px 0px 0px 0px;
  }

  .box p {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    text-align: center;
    width: fit-content;
  }

  .icons2 {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 35px 0px;
  }

  .icons2 img {
    width: 65px;
  }

  .icons2 img:hover {
    position: relative;
    bottom: 0px;
  }

  .button3 {
    display: block;
    margin: auto;
    background-color: #00adee;
    border-radius: 99px;
    border: 2px solid #00adee;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    font-family: sans-serif;
    color: #fff;
  }

  .button3:hover {
    background-color: #00adee;
    color: #fff;
  }
}

@media only screen and (max-width: 350px) {
  .icons2 img {
    width: 50px;
  }
}

.cover {
  width: 100%;
  height: fit-content;
}

.container2 {
  margin-top: 0px;
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.part {
  /* border: 2px solid black; */
  border-radius: 10px;
  padding: 10px 10px;
}

#part1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
}

#part1 img {
  width: 28vw;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .container2 {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
  }

  #part1 img {
    width: 300px;;
    border-radius: 50%;
  }

  #part1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 69px 0px 0px;
  }
}

#part2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#part2 ul {
  list-style-type: none;
}

#part2 b {
  color: #00adee;
  font-size: 20px;
  /* font-weight: 600; */
}

#part2 h2 {
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  color: #333;
}

#part2 a {
  text-decoration: none;
  color: #2563ed;
}

#part2 p {
  line-height: 25px;
  font-weight: 500;
  word-wrap: break-word;
  word-spacing: 3px;
}

.ulist {
  padding-left: 0px;
  display: flex;
}

.ulist ol {
  list-style: none;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  padding: 0px;
  margin-right: 50px;
}

.ulist ol li {
  margin-top: 14px;
}

.ulist ol img {
  width: 20px;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 1000px) {
  #part2 {
    display: block;
  }

  #part2 ul {
    list-style-type: none;
    padding: 0px;
  }

  #part2 b {
    color: #00adee;
    font-size: 20px;
  }

  #part2 h2 {
    margin: 0px;
    padding: 0px;
    font-size: 33px;
    color: #333;
  }

  #part2 a {
    text-decoration: none;
    color: #2563ed;
  }

  #part2 p {
    line-height: 25px;
    font-weight: 500;
    word-wrap: break-word;
    word-spacing: 3px;
  }

  .ulist {
    display: block;
    margin-top: 30px;
  }

  .ulist ol {
    list-style: none;
    font-weight: 550;
    color: #333;
    font-size: 16px;
    padding: 0px;
    margin-right: 0px;
  }

  .ulist ol li {
    margin-top: 10px;
  }

  .ulist ol img {
    width: 20px;
    position: relative;
    top: 5px;
  }
}



@media(max-width:550px){
  #part1{
    padding-top: 0px;
  }
}




@media only screen and (max-width: 320px) {
  .ulist ol li {
    margin-top: 10px;
    font-size: 15px;
  }

  .types h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font-family: sans-serif;
    color: rgb(51, 51, 51);
  }

  .bg h2 {
    font-size: 21px;
    font-family: sans-serif;
    font-weight: 600;
  }

  .icons {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 6px;
  }

  .button1 {
    color: #fff;
    background-color: #00adee;
    /* border: 2px solid #00ADEE; */
    padding: 4px 10px;
    margin: 0px 0px;
    font-size: 7px;
    font-weight: 500;
    font-family: sans-serif;
    border-radius: 99px;
    position: relative;
    bottom: 0px;
  }
}

/* FOOTER CSS STARTING */
.footer {
  background-image: url("/images/footer_bg.png");
  background-size: cover;
  width: 100%;
  height: fit-content;
  padding: 10px 0px;
}

/* FOOTER UP CSS */
.footer-main1 {
  display: flex;
  justify-content: space-around;
}

.footer-line1 {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo {
  width: 238px;
  height: 80px;
  padding-left: 40px;
  padding-top: 30px;
}

.box {
  display: flex;
}

.icons-image {
  width: 42px;
  height: 42px;
  margin: 2px;
  padding: 2px;
  transition: transform 0.1s ease;
}

.icons-image:hover {
  transform: translateY(-10px);
}

.footer-p-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: larger;
  padding: 3px;
  color: #ffff;
}

.footer-p-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: larger;
  color: #ffff;
  width: 450px;
  line-height: 40px;
}

.footer-up-heading {
  color: #ffff;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-a {
  color: #ffff;
  text-decoration: none;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
  padding: 16px;
}

.footer-line2 {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.footer-line2-location {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

/* FOOTER DOWN CSS */

.footer-middle {
  display: flex;
  gap: 1rem;
}

.footer-main-2 {
  color: white;
  font-size: 15px;
  display: flex;
  justify-content: space-around;
}

.footer-main-2 span {
  color: rgb(0 173 238);
}

.footer-main-2-head {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .logo {
    width: 180px;
    height: 60px;
  }

  .icons-image {
    width: 38px;
    height: 38px;
  }

  .footer-p-2 {
    font-size: 16px;
  }

  .footer-p-1 {
    font-size: 16px;
    width: 450px;
  }

  .footer-a {
    font-size: 16px;
  }

  .footer-line2 h3 {
    font-size: 20px;
  }

  .footer-a {
    padding: 16px 0px;
  }

  .footer-line1 {
    padding-left: 10px;
  }

  .footer-main-2 {
    font-size: 14px;
  }

  .icons-image {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1050px) {
  .footer-main-2 {
    font-size: 12px;
    flex-direction: column-reverse;
    text-align: center;
    gap: 14px;
    margin-top: 20px;
  }

  .footer-main-2 h3 {
    margin: 0;
  }

  .icons-image {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1000px) {
  .footer-middle {
    gap: 10px;
    margin-right: 10px;
  }

  .footer-main1 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .footer-p-1 {
    width: 362px;
    font-size: 15px;
  }

  .footer-p-2 {
    font-size: 15px;
  }

  .footer-a {
    font-size: 15px;
  }

  .footer-line2 h3 {
    font-size: 17px;
  }

  .footer-a {
    padding: 16px 0px;
  }

  .footer-line1 {
    padding-left: 1px;
  }

  .footer-main-2 {
    font-size: 10px;
  }

  .logo {
    width: 180px;
    height: 80px;
  }

  .icons-image {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  .footer-main1 {
    flex-direction: column;
  }

  .footer-middle {
    justify-content: space-evenly;
  }

  .footer-line1 {
    margin: 0px 80px;
  }
}

@media (max-width: 790px) {
  .footer-line1 {
    margin: 0px 75px;
  }
}

@media (max-width: 670px) {
  .footer-line1 {
    margin: 0px 50px;
  }
}

@media (max-width: 640px) {
  #footer-line2-location {
    display: none;
  }

  .footer-line1 {
    margin: 0px 20px;
  }
}

@media (max-width: 520px) {
  #footer-line2-location {
    display: none;
  }

  .footer-line1 {
    margin: 0px 10px;
  }

  .footer-main1 {
    margin-top: 0;
    padding-top: 0;
  }

  .footer-p-1 {
    width: 320px;
    font-size: 13px;
  }

  .footer-p-2 {
    font-size: 13px;
  }

  .footer-a {
    font-size: 13px;
  }

  .footer-line2 h3 {
    font-size: 14px;
  }

  .footer-a {
    padding: 11px 0px;
  }

  .footer-line1 {
    padding-left: 1px;
  }

  .footer-main-2 {
    font-size: 8px;
  }

  .logo {
    width: 160px;
    height: 73px;
  }

  .icons-image {
    width: 37px;
    height: 37px;
  }
}

@media (max-width: 360px) {
  .footer-middle {
    flex-direction: column;
    gap: 3px;
    margin: 1px auto;
  }

  .footer {
    margin-left: 0;
    padding-left: 2px;
  }

  .footer-line2 h3 {
    font-size: 20px;
  }

  .footer-a {
    font-size: 16px;
  }

  .footer-main-2 {
    font-size: 9px;
    text-align: center;
  }

  .logo {
    width: 230px;
    height: 93px;
  }

  .footer-p-1 {
    font-size: 15px;
    width: 100%;
  }

  .footer-p-2 {
    font-size: 15px;
  }

  .footer-main1 {
    padding: 3px;
  }
}

/* starter  */

.hospital {
  background-image: url("/images/cancer_banner.png");
  background-repeat: no-repeat;
  height: 85vh;
  background-position: center;
  background-size: cover;
  display: flex;
  width: 100%;
}

.poster {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  gap: 22px;
}

.posterbox1 {
  gap: 7px;
  display: flex;
  flex-direction: column;
}

.posterbox1-p1 {
  font-size: 6rem;
  color: rgb(45, 44, 44);
  font-weight: 600;
}

.posterbox1-p2 {
  font-size: 6rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

 .posterbox2 {
  display: flex;
}
.justimglogo2{
  transition: all ease .3s;
}

.btn2 {
  background-color: rgb(0, 187, 255);
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgb(0, 187, 255);
  transition: 0.5s;
}

.btn2:hover {
  background-color: white;
  border: 2px solid rgb(0, 187, 255);
}

.btn2:hover a {
  color: rgb(0, 187, 255);
}

.btn2 a {
  text-decoration: none;
  color: white;
  font-weight: 750;
  font-size: 1.1rem;
  transition: 0.5s;
}

.justimglogo2 {
  height: 3.7rem;
}

.justimglogo2:hover {
  transform: translateY(-10px);
}

@media (max-width: 1280px) {
  .posterbox1-p1 {
    font-size: 4rem;
  }

  .posterbox1-p2 {
    font-size: 4rem;
  }

  .justimglogo2 {
    height: 3rem;
  }

  .btn2 a {
    font-size: 0.8rem;
  }

  .posterbox1 {
    gap: 5px;
  }

  .poster {
    padding-left: 38px;
    gap: 18px;
  }

  .hospital {
    height: 68vh;
  }
}

@media (max-width: 840px) {
  .posterbox1-p1 {
    font-size: 3rem;
  }

  .posterbox1-p2 {
    font-size: 3rem;
  }

  .justimglogo2 {
    height: 2.5rem;
  }

  .btn2 a {
    font-size: 0.76rem;
  }

  .posterbox1 {
    gap: 3px;
  }

  .poster {
    padding-left: 30px;
    gap: 14px;
  }

  .hospital {
    height: 80vh;
  }

  .posterbox2 {
    gap: 4px;
  }
}

@media (max-width: 600px) {
  .posterbox1-p1 {
    font-size: 2rem;
  }

  .posterbox1-p2 {
    font-size: 2rem;
  }

  .justimglogo2 {
    height: 2rem;
  }

  .btn2 a {
    font-size: 0.6rem;
  }

  .posterbox1 {
    gap: 3px;
  }

  .poster {
    padding-left: 16px;
    gap: 5px;
  }

  .hospital {
    height: auto;
    padding-block: 40px;
    margin-block-end: 40px;
  }

  .posterbox2 {
    gap: 3px;
  }

  .btn2 {
    padding: 2px, 6px;
  }
}



.current-page {
  color: #00adee;
}
